You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Statistics Class
>
Statistics Methods
>
LogNormalFit Method
>
Statistics.LogNormalFit Method ([In] TVec, out double, out double)
Dew Stats for .NET
Statistics.LogNormalFit Method ([In] TVec, out double, out double)
Statistics Class
Statistics Members
Dew.Stats.Units Namespace
LogNormalFit Method
Collapse All
Calculate parameters for log-normally distributed values.
Syntax
C#
Visual Basic
public
static
void
LogNormalFit
([In]
TVec
X
,
out
double
mu
,
out
double
sigma
);
Public
static
Function
LogNormalFit
(
X
As
[In]
TVec
,
mu
As
out
double
,
sigma
As
out
double
)
As
void
Group
LogNormalFit Method
Links
Statistics Class
,
Statistics Members
,
Dew.Stats.Units Namespace
,
LogNormalFit Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!